home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 201
/
DPCS1104.ISO
/
Full
/
QuickBooks
/
QBTutor
/
Lesson1
/
Lesson1.dcr
/
00006_set subtopics.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-11-20
|
251 b
|
12 lines
property pSubTopic
on getPropertyDescriptionList
description = [:]
addProp(description, #pSubTopic, [#default: 1, #format: #number, #comment: "Sub Topic:"])
return description
end
on enterFrame me
sprite(130).gotoFrame(value(pSubTopic))
end